src/libotutil: Fix strv memory leak
authorJonathan Lebon <jonathan@jlebon.com>
Tue, 15 Oct 2019 15:56:34 +0000 (11:56 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Tue, 15 Oct 2019 15:59:45 +0000 (11:59 -0400)
commit9344de1ce1e8c185e01988277606ba1ed7f9d16b
treef3aeb33ca9b1c00c7cc9443cb24ea0cd18c96543
parent72c7619bffef10172c2e06606cfd630197a2c16d
src/libotutil: Fix strv memory leak

We were only freeing the array and not the members.

Caught by `clang-analyzer` in:
https://github.com/ostreedev/ostree/pull/1931
src/libotutil/ot-keyfile-utils.c